customsorter: Add missing nullable annotation
authorJean Felder <jfelder@src.gnome.org>
Fri, 4 Dec 2020 23:04:36 +0000 (00:04 +0100)
committerJean Felder <jfelder@src.gnome.org>
Fri, 4 Dec 2020 23:04:36 +0000 (00:04 +0100)
gtk/gtkcustomsorter.c

index cbc07a60dea70d4c63f171093bdee40c0b5710dd..87cb7b11bcab43746f29f25e971f24f3ea526c54 100644 (file)
@@ -101,7 +101,7 @@ gtk_custom_sorter_init (GtkCustomSorter *self)
 
 /**
  * gtk_custom_sorter_new:
- * @sort_func: the #GCompareDataFunc to use for sorting
+ * @sort_func: (nullable): the #GCompareDataFunc to use for sorting
  * @user_data: (nullable): user data to pass to @sort_func
  * @user_destroy: (nullable): destroy notify for @user_data
  *